-
Notifications
You must be signed in to change notification settings - Fork 646
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
refactor(object_recognition_utils): add autoware prefix to object_recognition_utils #8946
refactor(object_recognition_utils): add autoware prefix to object_recognition_utils #8946
Conversation
Thank you for contributing to the Autoware project! 🚧 If your pull request is in progress, switch it to draft mode. Please ensure:
|
5cc8a60
to
c5204bc
Compare
c91393a
to
3e480a6
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #8946 +/- ##
==========================================
+ Coverage 27.09% 27.17% +0.08%
==========================================
Files 1300 1312 +12
Lines 95810 96038 +228
Branches 39122 39208 +86
==========================================
+ Hits 25955 26095 +140
- Misses 67257 67331 +74
- Partials 2598 2612 +14
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@esteve Could you also add the prefix in CODEOWNERS file? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM for autoware_lidar_transfusion
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
3e480a6
to
e9474db
Compare
@technolojin @takayuki5168 @amadeuszsz @knzo25 @xmfcx @mitsudome-r I've added the prefix to |
3f90fed
to
ea8c157
Compare
@ktro2828 + @YoshiRi OR @badai-nguyen OR @yukkysaito |
47ff7a0
to
e425469
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM for my part
035fd89
to
dbe4871
Compare
@xmfcx would it be possible to merge these changes without waiting for all the reviewers? This PR has already 6 approvals. |
Waiting for https://github.com/autowarefoundation/autoware.universe/actions/runs/11341739442/job/31550579344 to complete. |
For this PR, I will compile it to make sure and then merge bypassing the requirements. Moved to issue: |
…ognition_utils Signed-off-by: Esteve Fernandez <[email protected]>
dbe4871
to
54c5031
Compare
I've compiled it with the latest Autoware and ran
And it finished successfully. |
…ognition_utils (autowarefoundation#8946) Signed-off-by: Esteve Fernandez <[email protected]> Signed-off-by: prakash-kannaiah <[email protected]>
Description
Added
autoware
prefix toobject_recognition_utils
Related links
Parent Issue:
autoware.universe/common
packages autoware#5077How was this PR tested?
Notes for reviewers
None.
Interface changes
None.
Effects on system behavior
None.